/*

    This is an example particle that just shows some text.  It's used in "Example Script" to show that you can call any config you like, even configs in the non-auto folder.

*/



/* Center the text */ 
X="0",
Y="-.5",


/*  Some cheezy text.  */
Text="The End",
 

// See "Spinners"
PDur="4",

// Compatibilty...
Vers=100
 